GET FTP PROGRESS

This command will return a percentage value of the amount of the file being downloaded.

  Syntax
Return Integer=GET FTP PROGRESS()
  Returns

A percentage value of the amount of the file being downloaded. When the download is complete, this command will return a value of minus one

  Description

When the download is complete, this command will return a value of minus one.

  Example Code
ftp connect
number=get ftp progress()
ftp disconnect
  See also

FTP Commands Menu
Index